diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-26 19:36:04 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-26 19:36:04 +0800 |
commit | 4cb795d24cd2cb65a7b2ad5551a58a6cea15eb80 (patch) | |
tree | 940db52b458d20bdb1c541440d092845b1ac3a02 /graphics | |
parent | da59fd11d9f6f9643298b1cb310be2f02e3f572c (diff) | |
download | freebsd-ports-gnome-4cb795d24cd2cb65a7b2ad5551a58a6cea15eb80.tar.gz freebsd-ports-gnome-4cb795d24cd2cb65a7b2ad5551a58a6cea15eb80.tar.zst freebsd-ports-gnome-4cb795d24cd2cb65a7b2ad5551a58a6cea15eb80.zip |
- Remove WITH_WXGTK knob
- Fix packing list when WITH_WXGTK2 is defined
PR: ports/81469
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/zphoto/Makefile | 6 | ||||
-rw-r--r-- | graphics/zphoto/pkg-plist.wxzphoto | 1 |
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 |