diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
commit | c6bcad2436d925c98052ed292bd0794ae0e34b45 (patch) | |
tree | 4752ebd6e8eb5959ebf00516e4ecf7156215bbce /x11/kdebase4/Makefile | |
parent | fbd121eee966abfc21d176cbede935ecd6bf1a34 (diff) | |
download | ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.tar.gz ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.zip |
Notes
Diffstat (limited to 'x11/kdebase4/Makefile')
-rw-r--r-- | x11/kdebase4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index cff80a6652b5..9658bb835c33 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -15,13 +15,13 @@ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \ kdeui.4:${PORTSDIR}/x11/kdelibs2 \ - Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext WRKSRC= ${WRKDIR}/${PORTNAME} SOMAJOR= 4 SOMINOR= 0 MOC?= ${X11BASE}/bin/moc2 +USE_XPM= yes USE_BZIP2= yes USE_NEWGCC= yes INSTALLS_SHLIB= yes |