summaryrefslogtreecommitdiff
path: root/misc/wmwork/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/wmwork/Makefile')
-rw-r--r--misc/wmwork/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/misc/wmwork/Makefile b/misc/wmwork/Makefile
index 811f5bb2c446..a1bbf858f8c3 100644
--- a/misc/wmwork/Makefile
+++ b/misc/wmwork/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= wmwork
-PORTVERSION= 0.2.2
+PORTVERSION= 0.2.4
CATEGORIES= misc windowmaker afterstep
MASTER_SITES= http://www.godisch.de/debian/wmwork/
-DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= A dockapp that keeps track of time you have spent on something
@@ -18,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USE_X_PREFIX= yes
USE_XPM= yes
+USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -28,10 +28,4 @@ MAN1= wmwork.1
CPPFLAGS= -I${X11BASE}/include
LDFLAGS= -L${X11BASE}/lib
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib -lgnugetopt
-.endif
-
.include <bsd.port.mk>