diff options
author | pat <pat@FreeBSD.org> | 2002-01-04 12:25:14 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-04 12:25:14 +0000 |
commit | 3be26c6286a057e0ad98c7fa1023e149f9c20557 (patch) | |
tree | 440f87dfdf969bcf88f4c3ebb2605f9e0597636f /x11-themes | |
parent | 918dd8d08087f6352256ee951b665015243ac451 (diff) | |
download | FreeBSD-ports-3be26c6286a057e0ad98c7fa1023e149f9c20557.zip FreeBSD-ports-3be26c6286a057e0ad98c7fa1023e149f9c20557.tar.gz |
- Unbreak build
- depend on kdebase
- bump portrevision
PR: 33507
Submitted by: maintainer
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mosfet-liquid/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-themes/mosfet-liquid/Makefile b/x11-themes/mosfet-liquid/Makefile index fb7f31c..15e8d47 100644 --- a/x11-themes/mosfet-liquid/Makefile +++ b/x11-themes/mosfet-liquid/Makefile @@ -7,15 +7,19 @@ PORTNAME= mosfet-liquid PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= x11-wm kde MASTER_SITES= http://www.mosfet.org/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= michiel.dewilde@rug.ac.be -USE_AUTOMAKE= yes +BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \ + autoconf213:${PORTSDIR}/devel/autoconf213 + +GNU_CONFIGURE= yes USE_GMAKE= yes -USE_KDELIBS_VER=2 +USE_KDEBASE_VER=2 INSTALLS_SHLIB= yes pre-configure: |