diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-17 18:41:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-17 18:41:12 +0000 |
commit | 141a18502a50ee2797e316707e546b42fc706920 (patch) | |
tree | 5bc88c3b8cfa529b1f32df5b430075a529dc69cb /print | |
parent | 99e3ad7b189c33b8c89b6968ec5203007d74c5b7 (diff) | |
download | ports-141a18502a50ee2797e316707e546b42fc706920.tar.gz ports-141a18502a50ee2797e316707e546b42fc706920.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/gtklp/Makefile | 9 | ||||
-rw-r--r-- | print/gtklp/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index deaed8863439..c4bbb52feb0e 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gtklp -PORTVERSION= 0.9p -PORTREVISION= 1 +PORTVERSION= 0.9r CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtklp +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org @@ -21,9 +20,9 @@ LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes -USE_GNOME= gnometarget gtk12 +USE_GNOME= gnometarget gtk20 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/lib" \ +CONFIGURE_ENV= CPPFLAGS"=-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= gtklp.1 gtklpq.1 diff --git a/print/gtklp/distinfo b/print/gtklp/distinfo index 6af0cdd10252..5cd9d80d9f9f 100644 --- a/print/gtklp/distinfo +++ b/print/gtklp/distinfo @@ -1,2 +1,2 @@ -MD5 (gtklp-0.9p.src.tar.gz) = 6e287468e9e01bae464c78a197f94160 -SIZE (gtklp-0.9p.src.tar.gz) = 533124 +MD5 (gtklp-0.9r.src.tar.gz) = 6c37e892324f12e444b061a6bfdd197c +SIZE (gtklp-0.9r.src.tar.gz) = 989877 |