diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-08 03:01:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-08 03:01:54 +0800 |
commit | 81294d3753897a5e66c43aa716051404f2dc887f (patch) | |
tree | f3bbc1eb80abb121e8ca8c55cec52c6d0e219dbb /misc | |
parent | cd29b71147517a642fecb498d340fa3aa804ba2d (diff) | |
download | freebsd-ports-gnome-81294d3753897a5e66c43aa716051404f2dc887f.tar.gz freebsd-ports-gnome-81294d3753897a5e66c43aa716051404f2dc887f.tar.zst freebsd-ports-gnome-81294d3753897a5e66c43aa716051404f2dc887f.zip |
- Remove dependency on X_CLIENTS_PORTS
PR: 121470
Submitted by: Chess Griffin <chess@chessgriffin.com>
Diffstat (limited to 'misc')
-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 |