diff options
Diffstat (limited to 'games/cardpics/Makefile')
-rw-r--r-- | games/cardpics/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/cardpics/Makefile b/games/cardpics/Makefile index f2bab15a74e7..8c8bb7507130 100644 --- a/games/cardpics/Makefile +++ b/games/cardpics/Makefile @@ -10,7 +10,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= Free cards for your free card games! -USE_BZIP2= yes +LICENSE= GPLv2 + +USES= tar:bzip2 +NO_ARCH= yes GNU_CONFIGURE= yes .include <bsd.port.mk> |