summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 02:07:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 02:07:59 +0000
commitca2a16312ca22f431c774e24766091bb6e24abe0 (patch)
tree3e4601c2b1b78883724444ce1be05b7588533f32 /misc
parentThis port is scheduled for removal on April 22 if it is still broken at (diff)
This is broken on 4.x as well.
Notes
Notes: svn path=/head/; revision=101795
Diffstat (limited to 'misc')
-rw-r--r--misc/gtktalog/Makefile10
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>