diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 02:07:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 02:07:59 +0000 |
commit | ca2a16312ca22f431c774e24766091bb6e24abe0 (patch) | |
tree | 3e4601c2b1b78883724444ce1be05b7588533f32 /misc/gtktalog | |
parent | 4aec5b1cdb07206fa38786c67f18ab989275c77d (diff) | |
download | ports-ca2a16312ca22f431c774e24766091bb6e24abe0.tar.gz ports-ca2a16312ca22f431c774e24766091bb6e24abe0.zip |
Notes
Diffstat (limited to 'misc/gtktalog')
-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> |