diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-27 13:53:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-27 13:53:04 +0000 |
commit | 5e3fd589f33e068778433c9c30d52bd8853bf47a (patch) | |
tree | 2e46527bd78ceae645701a9967e384659dcad8df /print/libgnomecups/Makefile | |
parent | 8affb349cf16abdf1e724f1707e1062329215688 (diff) | |
download | ports-5e3fd589f33e068778433c9c30d52bd8853bf47a.tar.gz ports-5e3fd589f33e068778433c9c30d52bd8853bf47a.zip |
Notes
Diffstat (limited to 'print/libgnomecups/Makefile')
-rw-r--r-- | print/libgnomecups/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile index 871fac90c142..c21d72a923ac 100644 --- a/print/libgnomecups/Makefile +++ b/print/libgnomecups/Makefile @@ -5,7 +5,8 @@ # $FreeBSD$ PORTNAME= libgnomecups -PORTVERSION= 0.1.9 +PORTVERSION= 0.1.8 +PORTEPOCH= 1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 @@ -21,7 +22,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack glib20 INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |