diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-07 04:52:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-07 04:52:46 +0800 |
commit | 984c62d8a79f7ccdce35993c34009c9ed8d7ff95 (patch) | |
tree | 87f4e6150cee7e911708f0c20196dcc012689312 /devel/libnotify/Makefile | |
parent | a80f9bdeae40c3979b13f88916cb554d9fc9a738 (diff) | |
download | marcuscom-ports-984c62d8a79f7ccdce35993c34009c9ed8d7ff95.tar marcuscom-ports-984c62d8a79f7ccdce35993c34009c9ed8d7ff95.tar.gz marcuscom-ports-984c62d8a79f7ccdce35993c34009c9ed8d7ff95.tar.bz2 marcuscom-ports-984c62d8a79f7ccdce35993c34009c9ed8d7ff95.tar.lz marcuscom-ports-984c62d8a79f7ccdce35993c34009c9ed8d7ff95.tar.xz marcuscom-ports-984c62d8a79f7ccdce35993c34009c9ed8d7ff95.tar.zst marcuscom-ports-984c62d8a79f7ccdce35993c34009c9ed8d7ff95.zip |
Update to 0.7.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16866 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libnotify/Makefile')
-rw-r--r-- | devel/libnotify/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index 3e99d733d..12e24b9e2 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -3,11 +3,11 @@ # Whom: Andreas Kohn <andreas@syndrom23.de> # # $FreeBSD$ -# $MCom: ports/devel/libnotify/Makefile,v 1.21 2011/06/11 19:51:15 mezz Exp $ +# $MCom: ports/devel/libnotify/Makefile,v 1.24 2011/08/30 21:09:51 kwm Exp $ # PORTNAME= libnotify -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -26,7 +26,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |