diff options
author | will <will@FreeBSD.org> | 2001-03-25 12:15:05 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-25 12:15:05 +0800 |
commit | 848811093135edaf4807467fe5242abc3e3bc4d8 (patch) | |
tree | 91172e63dee91af91f95be1a54b4a4f82bb52612 | |
parent | 73b84ed89130a757e966f52155872d86c6266eea (diff) | |
download | freebsd-ports-gnome-848811093135edaf4807467fe5242abc3e3bc4d8.tar.gz freebsd-ports-gnome-848811093135edaf4807467fe5242abc3e3bc4d8.tar.zst freebsd-ports-gnome-848811093135edaf4807467fe5242abc3e3bc4d8.zip |
Bad knu, no cookie. Use USE_QT2, not a hardcoded path!
-rw-r--r-- | x11-toolkits/ruby-qt2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/ruby-qt2/Makefile b/x11-toolkits/ruby-qt2/Makefile index 3cda39abdb7b..7c4f7811571d 100644 --- a/x11-toolkits/ruby-qt2/Makefile +++ b/x11-toolkits/ruby-qt2/Makefile @@ -16,8 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 - +USE_QT2= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes |