diff options
author | vs <vs@FreeBSD.org> | 2005-09-15 16:20:16 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-09-15 16:20:16 +0000 |
commit | 9047b69a5b5691b7c4a2e6b3f0624c09e6caa3df (patch) | |
tree | 5977f97ff7795a52ee349f3a1c1fe1be15e7d2ef /x11-toolkits/inti-sourceview | |
parent | 6e5160903f1ea13b46ce3c11d9b5d2a423ad4749 (diff) | |
download | FreeBSD-ports-9047b69a5b5691b7c4a2e6b3f0624c09e6caa3df.zip FreeBSD-ports-9047b69a5b5691b7c4a2e6b3f0624c09e6caa3df.tar.gz |
Unbreak & revamp: top-level directories are owned by inti, errors
should be fatal. Since inti goes into X11BASE, the dependant ports should
do so, too.
Based on PRs: 85226,85227,85228
Submitted by: Stefan Walter
Diffstat (limited to 'x11-toolkits/inti-sourceview')
-rw-r--r-- | x11-toolkits/inti-sourceview/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/inti-sourceview/Makefile b/x11-toolkits/inti-sourceview/Makefile index 4069704..6af5053 100644 --- a/x11-toolkits/inti-sourceview/Makefile +++ b/x11-toolkits/inti-sourceview/Makefile @@ -18,11 +18,8 @@ COMMENT= An Inti binding for GtkSourceView LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_GNOME= gtksourceview gnomehack gnomeprefix +USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |