diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-09-08 22:20:41 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-09-08 22:20:41 +0800 |
commit | df6f0a8a1acab5d7cc59db1b6cbae9a40a2097bc (patch) | |
tree | 9bc95f1193ab5978301923db624e06118aa049fe /x11-toolkits/gdl/Makefile | |
parent | 833c609d7c13aefbf3499237556e684cb709a476 (diff) | |
download | freebsd-ports-gnome-df6f0a8a1acab5d7cc59db1b6cbae9a40a2097bc.tar.gz freebsd-ports-gnome-df6f0a8a1acab5d7cc59db1b6cbae9a40a2097bc.tar.zst freebsd-ports-gnome-df6f0a8a1acab5d7cc59db1b6cbae9a40a2097bc.zip |
Update to 0.6.0
PR: ports/85808
Submitted by: Jorge Mario Mazo <jgutie11@eafit.edu.co>
Diffstat (limited to 'x11-toolkits/gdl/Makefile')
-rw-r--r-- | x11-toolkits/gdl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index 06bdd3d57af5..feb9985c72a0 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gdl -PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} MAINTAINER= gnome@FreeBSD.org COMMENT= Components intended to be shared between GNOME development tools @@ -20,7 +19,6 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libgnomeui USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |