diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-10 15:00:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-10 15:00:11 +0000 |
commit | be9ca82e9ff54ae1e198b24517d4fd5d39137bec (patch) | |
tree | e3b164b1c8cd38495bd76c5a448a2ad52009d930 /games | |
parent | 14b296de47fe4ba1bd94c798a4ece83d46eff123 (diff) | |
download | ports-be9ca82e9ff54ae1e198b24517d4fd5d39137bec.tar.gz ports-be9ca82e9ff54ae1e198b24517d4fd5d39137bec.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xcowsay/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/xcowsay/Makefile b/games/xcowsay/Makefile index e1e4d21e8ef6..e2d95c1ac4ce 100644 --- a/games/xcowsay/Makefile +++ b/games/xcowsay/Makefile @@ -11,8 +11,6 @@ MASTER_SITES= http://www.nickg.me.uk/files/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical configurable talking cow -OPTIONS_DEFINE= DBUS - USE_GNOME= gtk20 USES= gettext gmake pkgconfig GNU_CONFIGURE= yes @@ -27,10 +25,8 @@ PLIST_FILES= bin/xcowdream \ %%DATADIR%%/cow_large.png \ %%DATADIR%%/cow_med.png \ %%DATADIR%%/cow_small.png -PLIST_DIRS= %%DATADIR%% -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= DBUS DBUS_LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib DBUS_CFLAGS= -DWITH_DBUS |