diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-08 11:11:51 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-08 11:11:51 +0000 |
commit | c7f54e3f19b0400e1e5b03160ff5e13d18a2a2ce (patch) | |
tree | 4f7479b70738b1889ba304c104fe8eb6be561f77 /graphics | |
parent | 8c3b62b37785a158688e5bcdc5c4769260d28c8e (diff) | |
download | ports-c7f54e3f19b0400e1e5b03160ff5e13d18a2a2ce.tar.gz ports-c7f54e3f19b0400e1e5b03160ff5e13d18a2a2ce.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hpoj/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/hpoj/Makefile b/graphics/hpoj/Makefile index 3f1a409760f0..37bbf45a3a2b 100644 --- a/graphics/hpoj/Makefile +++ b/graphics/hpoj/Makefile @@ -28,6 +28,9 @@ OPTIONS= CUPS "CUPS support" on \ USE_QT_VER= 3 USE_XLIB= yes PLIST_SUB+= X11="" +.else +PLIST_SUB+= X11="@comment " +CONFIGURE_ARGS+=--without-qt .endif .include <bsd.port.pre.mk> @@ -96,7 +99,7 @@ pre-install: @${INSTALL_SCRIPT} ${WRKSRC}/scripts/ptal-cups ${PREFIX}/sbin post-install: -.ifndef(WITHOUT_X11) +.ifdef(WITH_X11) @${INSTALL_PROGRAM} ${WRKSRC}/apps/xojpanel/xojpanel ${X11BASE}/bin .endif @${MV} ${PREFIX}/etc/rc.d/ptal-init.sh ${PREFIX}/etc/rc.d/020.ptal-init.sh.sample |