diff options
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> |