diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-28 21:47:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-28 21:47:16 +0000 |
commit | d1fe89de4b39791ad0a58622ce81fe959e269f99 (patch) | |
tree | 2e882fa5f188dce887aab8308eec30ca43d89766 /x11-toolkits/xview-clients | |
parent | 86d7e023158ed7f8bb3dc4d8578ea6bb66cbf92b (diff) | |
download | ports-d1fe89de4b39791ad0a58622ce81fe959e269f99.tar.gz ports-d1fe89de4b39791ad0a58622ce81fe959e269f99.zip |
No need to build all of xview again, we only need to patch it. Add missing
USE_IMAKE dependency to allow this. This also fixes the package build.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=156905
Diffstat (limited to 'x11-toolkits/xview-clients')
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index d85755c5826c..ad20e3e2d89e 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -19,9 +19,10 @@ EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= OpenLook applications and man pages -PATCH_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../xview:build +PATCH_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../xview:patch LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview +USE_IMAKE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../xview/work/${DISTNAME} ALL_TARGET= Clients |