diff options
Diffstat (limited to 'deskutils/notify-osd/Makefile')
-rw-r--r-- | deskutils/notify-osd/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index cb4f6693a6a0..21e267b8ee39 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -3,7 +3,7 @@ PORTNAME= notify-osd PORTVERSION= 0.9.29 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= http://launchpadlibrarian.net/43419242/ \ CRITICAL @@ -20,8 +20,11 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake libtool pkgconfig USE_GNOME= libwnck gconf2 +USE_XORG= pixman USE_GCC= yes +LDFLAGS+= -L${LOCALBASE}/lib -lpixman-1 + .include <bsd.port.mk> |