diff options
author | pav <pav@FreeBSD.org> | 2010-05-01 05:32:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-01 05:32:40 +0800 |
commit | b8a84babb91b75f1688e48231d64c74cb3e1de92 (patch) | |
tree | e912ea6897e2750d596931ab05e1e8f12f9ad5e1 /games | |
parent | edc281dcc46d4a597aed413bbfc88abebc05936c (diff) | |
download | freebsd-ports-gnome-b8a84babb91b75f1688e48231d64c74cb3e1de92.tar.gz freebsd-ports-gnome-b8a84babb91b75f1688e48231d64c74cb3e1de92.tar.zst freebsd-ports-gnome-b8a84babb91b75f1688e48231d64c74cb3e1de92.zip |
- This port needs Perl (which used to be provided by gtk12)
Reported by: pointyhat
Diffstat (limited to 'games')
-rw-r--r-- | games/gtkpool/Makefile | 1 | ||||
-rw-r--r-- | games/xscorch/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/games/gtkpool/Makefile b/games/gtkpool/Makefile index 888ae3dda68e..45dee3098b8b 100644 --- a/games/gtkpool/Makefile +++ b/games/gtkpool/Makefile @@ -16,6 +16,7 @@ COMMENT= A 2D pool game using the GTK+ toolkit GNU_CONFIGURE= yes USE_GNOME= gtk12 +USE_PERL5= yes MAKE_JOBS_UNSAFE= yes post-patch: diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index 02716a2ae6ee..c2d086d81ac7 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -21,6 +21,7 @@ USE_XORG= xpm USE_GMAKE= yes USE_GNOME= gtk12 WANT_GNOME= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk |