diff options
author | martymac <martymac@FreeBSD.org> | 2018-09-05 18:05:29 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2018-09-05 18:05:29 +0800 |
commit | ebee10057ba585197cae0e0b8ae0f1a718aab134 (patch) | |
tree | 405068109a97d918604b2a693cc412458636caad /games/openalchemist | |
parent | 92671455b805b0c98b2540419a714e8e7b212ce5 (diff) | |
download | freebsd-ports-gnome-ebee10057ba585197cae0e0b8ae0f1a718aab134.tar.gz freebsd-ports-gnome-ebee10057ba585197cae0e0b8ae0f1a718aab134.tar.zst freebsd-ports-gnome-ebee10057ba585197cae0e0b8ae0f1a718aab134.zip |
Add missing USES=gnome to my ports
Diffstat (limited to 'games/openalchemist')
-rw-r--r-- | games/openalchemist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index 6c8ef6a34785..528e4e8d3661 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -23,7 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USES= autoreconf gmake iconv jpeg pkgconfig python:2.7,run shebangfix +USES= autoreconf gmake gnome iconv jpeg pkgconfig python:2.7,run shebangfix SHEBANG_FILES= openalchemist-config USE_GNOME= pygtk2 |