diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 17:47:29 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 17:47:29 +0000 |
commit | cbecb26057fccb3bc649f583973a0b81429789ca (patch) | |
tree | 9c59744f90a0ea338fc8d1bc26c2edf54eabfd30 | |
parent | Update to 1.5e. (diff) |
Fix dependency.
PR: ports/54378
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=84691
-rw-r--r-- | x11-toolkits/gtk-thinice-engine/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/gtk-thinice-engine/Makefile b/x11-toolkits/gtk-thinice-engine/Makefile index cc2bb2c49d30..756d8dbb39d6 100644 --- a/x11-toolkits/gtk-thinice-engine/Makefile +++ b/x11-toolkits/gtk-thinice-engine/Makefile @@ -15,12 +15,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A simple, clean theme engine -LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 - USE_BZIP2= yes USE_X_PREFIX= yes USE_LIBTOOL= yes -USE_GNOME= gnomehack -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +USE_GNOME= gnomehack gnometarget gtk20 .include <bsd.port.mk> |