diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 10:07:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 10:07:59 +0800 |
commit | a5474444ffdbe9c9f7aa9529f9f87c7309d65513 (patch) | |
tree | cd10ebc73fbd67dc308e12a0d95f8f062b172509 /misc | |
parent | 5cd1f1aa3b712015378018becd0f11326378b9d6 (diff) | |
download | freebsd-ports-gnome-a5474444ffdbe9c9f7aa9529f9f87c7309d65513.tar.gz freebsd-ports-gnome-a5474444ffdbe9c9f7aa9529f9f87c7309d65513.tar.zst freebsd-ports-gnome-a5474444ffdbe9c9f7aa9529f9f87c7309d65513.zip |
This is broken on 4.x as well.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gtktalog/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/misc/gtktalog/Makefile b/misc/gtktalog/Makefile index 707d14c63c0c..7b0412fa6b90 100644 --- a/misc/gtktalog/Makefile +++ b/misc/gtktalog/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} MAINTAINER= rael@vectorstar.net COMMENT= GTKtalog is a tool to make disk catalogs +BROKEN= "Broken pkg-plist" + USE_GNOME= gnomeprefix gnomelibs GNU_CONFIGURE= yes USE_X_PREFIX= yes @@ -27,12 +29,6 @@ DOCS= AUTHORS BUGS ChangeLog NEWS README TODO CONFIGURE_ENV= XGETTEXT=${LOCALBASE}/bin/xgettext -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502102 -BROKEN= "Broken pkg-plist" -.endif - post-patch: @${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@" ${WRKSRC}/configure @${REINPLACE_CMD} -E "s@^(Applicationsdir = ).*@\1${PREFIX}/share/gnome/apps/Applications@" ${WRKSRC}/Makefile.in @@ -52,4 +48,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |