aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kmatrix3d
diff options
context:
space:
mode:
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>