diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-05 11:38:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-05 11:38:06 +0800 |
commit | b4a34c1129db0f927805ccf2bdaac34dc924016e (patch) | |
tree | b91ad5ebcd9114f69ec16afeffcbe7cf4dbd7283 /textproc/aiksaurus-gtk | |
parent | c6424e676e0a8f159bb1ddfdef1952bc79b7b25d (diff) | |
download | freebsd-ports-gnome-b4a34c1129db0f927805ccf2bdaac34dc924016e.tar.gz freebsd-ports-gnome-b4a34c1129db0f927805ccf2bdaac34dc924016e.tar.zst freebsd-ports-gnome-b4a34c1129db0f927805ccf2bdaac34dc924016e.zip |
Properly set macros in the slave and master port to fix the build on
pointyhat.
Reported by: pointyhat
Diffstat (limited to 'textproc/aiksaurus-gtk')
-rw-r--r-- | textproc/aiksaurus-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/aiksaurus-gtk/Makefile b/textproc/aiksaurus-gtk/Makefile index 08d294bf0cb5..0ab81146a97c 100644 --- a/textproc/aiksaurus-gtk/Makefile +++ b/textproc/aiksaurus-gtk/Makefile @@ -11,12 +11,12 @@ PKGNAMESUFFIX= -gtk COMMENT= A GTK+2 front-end for Aiksaurus, a thesaurus -LIB_DEPENDS+= Aiksaurus-1.2.0:${PORTSDIR}/textproc/aiksaurus +LIB_DEPENDS= Aiksaurus-1.2.0:${PORTSDIR}/textproc/aiksaurus MASTERDIR= ${.CURDIR}/../aiksaurus PKGDIR= ${.CURDIR} -USE_GNOME+= gtk20 +USE_GNOME= gnomehack gtk20 USE_REINPLACE= yes CONFIGURE_ARGS=--with-gtk |