summaryrefslogtreecommitdiff
path: root/x11-toolkits/rep-gtk
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-10-15 10:07:47 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-10-15 10:07:47 +0000
commit384c503526d459dda419f46383e106689ae1a954 (patch)
treecf6ef8f919f99123055a7eb0d6a0ad7944a99d0a /x11-toolkits/rep-gtk
parentUpdate to 0.15.1. (diff)
- 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.
Notes
Notes: svn path=/head/; revision=48777
Diffstat (limited to 'x11-toolkits/rep-gtk')
-rw-r--r--x11-toolkits/rep-gtk/Makefile5
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>