diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-07 19:01:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-07 19:01:54 +0000 |
commit | 98561b02508d807921b178f8d259f961633157aa (patch) | |
tree | fb700fc9523e3b70605fc0852d133a2a7b1705b3 /misc/gtkfind | |
parent | 693b5140e047a20f3215bcef821bc45de0bdd07b (diff) | |
download | ports-98561b02508d807921b178f8d259f961633157aa.tar.gz ports-98561b02508d807921b178f8d259f961633157aa.zip |
Notes
Diffstat (limited to 'misc/gtkfind')
-rw-r--r-- | misc/gtkfind/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index c6b05c9ce255..cb5ad318cc1b 100644 --- a/misc/gtkfind/Makefile +++ b/misc/gtkfind/Makefile @@ -7,14 +7,15 @@ PORTNAME= gtkfind PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_BACKUP} MAINTAINER= ports@FreeBSD.org COMMENT= The program to use to have to remember all the options to find(1) -BUILD_DEPENDS= appres:${X_CLIENTS_PORT} +BUILD_DEPENDS= appres:${PORTSDIR}/x11/appres \ + xterm:${PORTSDIR}/x11/xterm USE_X_PREFIX= yes USE_GMAKE= yes @@ -25,7 +26,7 @@ MAN1= gtkfind.1 PLIST_FILES= bin/gtkfind post-patch: - ${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure ${WRKSRC}/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gtkfind ${PREFIX}/bin |