diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 05:25:22 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 05:25:22 +0000 |
commit | ef125b2d6b642aa4397d22b05b3dc0b30e322c23 (patch) | |
tree | 56ca6fe89a8e5408884e8e051f0fe7ae0732de04 /korean/gdick | |
parent | 3c0625e6de2b3875eca62ae397afd0a3bfb7ab9f (diff) | |
download | FreeBSD-ports-ef125b2d6b642aa4397d22b05b3dc0b30e322c23.zip FreeBSD-ports-ef125b2d6b642aa4397d22b05b3dc0b30e322c23.tar.gz |
Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
bsd.port.mk.
Submitted by: kris
Diffstat (limited to 'korean/gdick')
-rw-r--r-- | korean/gdick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/gdick/Makefile b/korean/gdick/Makefile index f8cdaac..168b536 100644 --- a/korean/gdick/Makefile +++ b/korean/gdick/Makefile @@ -25,10 +25,10 @@ USE_REINPLACE= yes USE_BZIP2= yes PLIST_SUB= ${OPTPLIST_SUB} -.include <bsd.port.pre.mk> - USE_GNOME= gnomehier +.include <bsd.port.pre.mk> + post-patch: ${REINPLACE_CMD} -e \ 's,/usr/share/gdick/gdick.glade,${PREFIX}/share/gdick/gdick.glade,g' \ |