diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-06-17 19:59:06 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-06-17 19:59:06 +0000 |
commit | 004ca350dbde4b5d24db7976dcaba9b3529b26af (patch) | |
tree | 1f13302ed6c307d80f0ae1aa3b5f83c0400b4a25 /graphics/hpoj | |
parent | 6a179d891e43ce462ea3779d442c06727fa6adf5 (diff) | |
download | ports-004ca350dbde4b5d24db7976dcaba9b3529b26af.tar.gz ports-004ca350dbde4b5d24db7976dcaba9b3529b26af.zip |
Notes
Diffstat (limited to 'graphics/hpoj')
-rw-r--r-- | graphics/hpoj/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/graphics/hpoj/Makefile b/graphics/hpoj/Makefile index 9bda24e8ae40..4368b2921a28 100644 --- a/graphics/hpoj/Makefile +++ b/graphics/hpoj/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hpoj EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stolz@i2.informatik.rwth-aachen.de COMMENT= "HP OfficeJet Linux driver; printing, scanning, and photo-card access" LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends \ @@ -26,6 +26,14 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_PERL5= yes +.ifndef(WITHOUT_X11) +USE_QT_VER= 3 +USE_XLIB= yes +PLIST_SUB+= X11="" +.else +PLIST_SUB+= X11="@comment " +.endif + .include <bsd.port.pre.mk> .if ${ARCH} == "i386" && ${OSVERSION} > 500000 @@ -33,17 +41,9 @@ BROKEN= "ffs() clash, see i386/41930" .endif .if ${ARCH} == "alpha" -EXTRA_PATCHES= files/extra-patch-mlcd-Makefile.in \ - files/extra-patch-mlcd-ParPort.cpp \ - files/extra-patch-mlcd-ParPort.h -.endif - -.ifndef(WITHOUT_X11) -USE_QT_VER= 3 -USE_XLIB= yes -PLIST_SUB+= X11="" -.else -PLIST_SUB+= X11="@comment " +EXTRA_PATCHES= ${FILESDIR}/extra-patch-mlcd-Makefile.in \ + ${FILESDIR}/extra-patch-mlcd-ParPort.cpp \ + ${FILESDIR}/extra-patch-mlcd-ParPort.h .endif GNU_CONFIGURE= yes |