aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kmatrix3d
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2008-08-01 13:51:13 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2008-08-01 13:51:13 +0000
commit602e727aa6d2c118e7ba18517e83242b1c341041 (patch)
treea6ecb04d673a79e1e9a265565403e98fc7351c0e /deskutils/kmatrix3d
parentcb27ac32705790d5986d13da01495b8cbc9b37b7 (diff)
downloadports-602e727aa6d2c118e7ba18517e83242b1c341041.tar.gz
ports-602e727aa6d2c118e7ba18517e83242b1c341041.zip
Add missing build dependencies
PR: 124709, 122416 Submitted by: Max Brazhnikov
Notes
Notes: svn path=/head/; revision=217922
Diffstat (limited to 'deskutils/kmatrix3d')
-rw-r--r--deskutils/kmatrix3d/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/deskutils/kmatrix3d/Makefile b/deskutils/kmatrix3d/Makefile
index 01f2163a2b8c..4bfcbe2540ef 100644
--- a/deskutils/kmatrix3d/Makefile
+++ b/deskutils/kmatrix3d/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kmatrix3d
PORTVERSION= 0.1
-PORTREVISION= 3
+PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,22 +15,19 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gustau.perez@gmail.com
COMMENT= Eye candy for KDE, a new Matrix screensaver
-LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
-
-DOCSDIR= ${PREFIX}/share/doc/HTML/en/kmatrix3d/
+DOCSDIR= ${PREFIX}/share/doc/HTML/en/kmatrix3d
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_GL= yes
+USE_GL= glut
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15 automake:19:env autoheader:261:env
USE_KDELIBS_VER= 3
USE_BZIP2= yes
+USE_PERL5_BUILD= yes
pre-configure:
- cd ${WRKSRC} && ${MAKE} -f admin/Makefile.common
-
-MANCOMPRESSED= yes
+ cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${MAKE} -f admin/Makefile.common
.include <bsd.port.mk>