diff options
Diffstat (limited to 'net/gnome-nettool/Makefile')
-rw-r--r-- | net/gnome-nettool/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile index 7813e0597..41b994181 100644 --- a/net/gnome-nettool/Makefile +++ b/net/gnome-nettool/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/net/gnome-nettool/Makefile,v 1.60 2011/05/01 23:42:25 mezz Exp $ # PORTNAME= gnome-nettool PORTVERSION= 2.32.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -27,8 +28,8 @@ USE_GETTEXT= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -DHAVE_SOCKADDR_SA_LEN post-install: |