diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-19 17:27:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-19 17:27:50 +0000 |
commit | 17a7ee8082ed856177d60b6d38e3857cb308d646 (patch) | |
tree | 2f18d75fa3fd1ef6a90f333fe2d1e1b8414505fe /devel/libgtop2/Makefile | |
parent | 358f07d3af8ebe4ed0d85c910ded1718e514c8a1 (diff) |
Notes
Diffstat (limited to 'devel/libgtop2/Makefile')
-rw-r--r-- | devel/libgtop2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index d5c4a8bc39d5..b9bb6615a9f3 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libgtop2 -PORTVERSION= 2.0.7 -PORTREVISION= 2 +PORTVERSION= 2.0.8 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0 @@ -25,6 +24,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-x CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |