diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-15 10:07:47 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-15 10:07:47 +0000 |
commit | 384c503526d459dda419f46383e106689ae1a954 (patch) | |
tree | cf6ef8f919f99123055a7eb0d6a0ad7944a99d0a /x11-toolkits/rep-gtk/Makefile | |
parent | aae8ecab0d7aa8d6b3aef5a8bae1c76c90d40352 (diff) | |
download | ports-384c503526d459dda419f46383e106689ae1a954.tar.gz ports-384c503526d459dda419f46383e106689ae1a954.zip |
Notes
Diffstat (limited to 'x11-toolkits/rep-gtk/Makefile')
-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 92366e9869c7..76d7e27bb69b 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> |