diff options
author | asami <asami@FreeBSD.org> | 1998-08-15 16:06:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-15 16:06:09 +0800 |
commit | ed46a4e8711b5d73fe1ab90e54cff238f5284408 (patch) | |
tree | 35a34c2020063926869345ded44cddc4d195e6c4 /x11-fm/jafm | |
parent | 7d91e1e965f18a27858b79824953617d5debfae2 (diff) | |
download | freebsd-ports-gnome-ed46a4e8711b5d73fe1ab90e54cff238f5284408.tar.gz freebsd-ports-gnome-ed46a4e8711b5d73fe1ab90e54cff238f5284408.tar.zst freebsd-ports-gnome-ed46a4e8711b5d73fe1ab90e54cff238f5284408.zip |
Use USE_QT.
Diffstat (limited to 'x11-fm/jafm')
-rw-r--r-- | x11-fm/jafm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-fm/jafm/Makefile b/x11-fm/jafm/Makefile index 3ed42594950b..5945413ca962 100644 --- a/x11-fm/jafm/Makefile +++ b/x11-fm/jafm/Makefile @@ -3,7 +3,7 @@ # Date created: 31 August 1998 # Whom: brett@peloton.physics.montana.edu # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/10 00:23:48 steve Exp $ # DISTNAME= jafm-0.5 @@ -12,8 +12,7 @@ MASTER_SITES= http://www-personal.usyd.edu.au:/~rlittlew/jafm/ MAINTAINER= brett@peloton.physics.montana.edu -LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 - +USE_QT= yes USE_GMAKE= yes ALL_TARGET= jafm |