diff options
author | asami <asami@FreeBSD.org> | 1999-09-20 17:03:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-20 17:03:35 +0800 |
commit | 49b10cc11a65ce05e42efce188781b1b4f71bc9a (patch) | |
tree | 59b26dc0e4f832a15cd4fd60b4107b7bd1099d2c /x11-wm/toolbox | |
parent | 1952e75b34d99b6201d5d94bb03f628982a1693e (diff) | |
download | freebsd-ports-gnome-49b10cc11a65ce05e42efce188781b1b4f71bc9a.tar.gz freebsd-ports-gnome-49b10cc11a65ce05e42efce188781b1b4f71bc9a.tar.zst freebsd-ports-gnome-49b10cc11a65ce05e42efce188781b1b4f71bc9a.zip |
Use USE_QT2 instead of an explicit LIB_DEPENDS.
Diffstat (limited to 'x11-wm/toolbox')
-rw-r--r-- | x11-wm/toolbox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/toolbox/Makefile b/x11-wm/toolbox/Makefile index b00ce8fce1e4..fe0fc7ba40c4 100644 --- a/x11-wm/toolbox/Makefile +++ b/x11-wm/toolbox/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= http://rfk.masslinux.com/ MAINTAINER= cpiazza@FreeBSD.org -LIB_DEPENDS= qt2.2:${PORTSDIR}/x11-toolkits/qt201 - +USE_QT2= yes USE_NEWGCC= yes USE_X_PREFIX= yes |