summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-26 11:36:04 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-26 11:36:04 +0000
commitaf53446bd58c009e23fc72b33bdb1c5bbac22554 (patch)
tree7a3173e7267cea085a349892c43f38242f96d93e
parentThis is an encryption plugin for irssi, it is based on blowfish and (diff)
- Remove WITH_WXGTK knob
- Fix packing list when WITH_WXGTK2 is defined PR: ports/81469 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=136158
-rw-r--r--graphics/zphoto/Makefile6
-rw-r--r--graphics/zphoto/pkg-plist.wxzphoto1
2 files changed, 2 insertions, 5 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile
index 841e2a87d3ed..3a427748e350 100644
--- a/graphics/zphoto/Makefile
+++ b/graphics/zphoto/Makefile
@@ -33,11 +33,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
CPPFLAGS="-I${LOCALBASE}/include \
${PTHREAD_CFLAGS}"
-.if defined (WITH_WXGTK)
-CONFIGURE_ARGS+= --with-wx-config=wxgtk-2.4-config
-PLIST+= ${PKGDIR}/pkg-plist.wxzphoto
-.elif defined (WITH_WXGTK2)
+.if defined (WITH_WXGTK2)
CONFIGURE_ARGS+= --with-wx-config=wxgtk2-2.4-config
+PLIST_FILES+= bin/wxzphoto
.else
CONFIGURE_ARGS+= --disable-wx
.endif
diff --git a/graphics/zphoto/pkg-plist.wxzphoto b/graphics/zphoto/pkg-plist.wxzphoto
deleted file mode 100644
index 4718e842c712..000000000000
--- a/graphics/zphoto/pkg-plist.wxzphoto
+++ /dev/null
@@ -1 +0,0 @@
-bin/wxzphoto