aboutsummaryrefslogtreecommitdiff
path: root/print/gtklp/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-18 20:42:38 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-18 20:42:38 +0000
commit1cf2913b4cb704c31438423a42f51df668ef0f90 (patch)
treefd8edfe94e3f34b9ae61a596e17efe504307c135 /print/gtklp/Makefile
parent30a48cbbcae152bc9607de7c18dc985a2d2d6f59 (diff)
downloadports-1cf2913b4cb704c31438423a42f51df668ef0f90.tar.gz
ports-1cf2913b4cb704c31438423a42f51df668ef0f90.zip
Notes
Diffstat (limited to 'print/gtklp/Makefile')
-rw-r--r--print/gtklp/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile
index 7ec7e8594a8b..4ddc261cbc4e 100644
--- a/print/gtklp/Makefile
+++ b/print/gtklp/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gtklp
-PORTVERSION= 0.9u
-PORTREVISION= 2
+PORTVERSION= 1.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,10 +21,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
USE_GNOME= gnometarget gtk20
+USE_OPENSSL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS"=-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS"=${CPPFLAGS}" LDFLAGS="{LDFLAGS}"
MAN1= gtklp.1 gtklpq.1
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
+
.include <bsd.port.mk>