diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-15 10:07:47 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-15 10:07:47 +0000 |
commit | dc450de26d42bef5a09d27adc06b475bac14d05b (patch) | |
tree | 15573c8c07b988bd3985574fd9b6dd63fbf8a964 /x11-toolkits/rep-gtk | |
parent | aecdbacf4c0972cf9835e44f34c00278d124833f (diff) | |
download | FreeBSD-ports-dc450de26d42bef5a09d27adc06b475bac14d05b.zip FreeBSD-ports-dc450de26d42bef5a09d27adc06b475bac14d05b.tar.gz |
- Location of librep's files has been changes to not hardcode minor release
version number, therefore adjust rep-gtk accordingly;
- update version number of librep shared library.
Diffstat (limited to 'x11-toolkits/rep-gtk')
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile index 92366e9..76d7e27 100644 --- a/x11-toolkits/rep-gtk/Makefile +++ b/x11-toolkits/rep-gtk/Makefile @@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= rep.10:${PORTSDIR}/lang/librep +LIB_DEPENDS= rep.11:${PORTSDIR}/lang/librep -PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} +PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} USE_X_PREFIX= yes USE_GMAKE= yes @@ -25,6 +25,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= ${ARCH}-freebsd${OSREL:C/\..*//} .include <bsd.port.pre.mk> |