diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
commit | aad09bc5e23eb75a7a865a8b0002fbc6e13d4659 (patch) | |
tree | 69c07cdc4812f0f8be0cc44c38513f540c058778 /deskutils/notify-osd | |
parent | 5c818b158c5b9479669f8322b4da8c48f5c30ef9 (diff) | |
download | ports-aad09bc5e23eb75a7a865a8b0002fbc6e13d4659.tar.gz ports-aad09bc5e23eb75a7a865a8b0002fbc6e13d4659.zip |
Notes
Diffstat (limited to 'deskutils/notify-osd')
-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> |