diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:14:29 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:23:31 +0000 |
commit | 994c7eb271974a1aeaf1cd17f2303454c1018f97 (patch) | |
tree | 8e9d82dc6a2c73aeda8d94d7f5695f3819de0c34 | |
parent | 6dd6a5375cc9f174fa34dae646819b7c51fd3d80 (diff) | |
download | ports-994c7eb271974a1aeaf1cd17f2303454c1018f97.tar.gz ports-994c7eb271974a1aeaf1cd17f2303454c1018f97.zip |
games/xshisen: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | games/xshisen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index 6eb8848a2ae5..41d1f278b526 100644 --- a/games/xshisen/Makefile +++ b/games/xshisen/Makefile @@ -12,7 +12,7 @@ COMMENT= Shisen-sho puzzle game for X11 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= xorg +USES= cpe xorg USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --sharedstatedir="${DATADIR}" |