diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-25 01:34:45 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-25 01:34:45 +0800 |
commit | d6a655a4c8914b065cdecc8422f446a5a14a5597 (patch) | |
tree | caadc2d197b5bbea49e9237f734fd6b73cf7385e | |
parent | 5985c593f9f79479fa3424b68ce0d839a2fe6e42 (diff) | |
download | freebsd-ports-gnome-d6a655a4c8914b065cdecc8422f446a5a14a5597.tar.gz freebsd-ports-gnome-d6a655a4c8914b065cdecc8422f446a5a14a5597.tar.zst freebsd-ports-gnome-d6a655a4c8914b065cdecc8422f446a5a14a5597.zip |
Remove USE_GNOME=lthack. This port does not use libtool.
-rw-r--r-- | graphics/gnofract4d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile index 68f409403920..574a22a0baea 100644 --- a/graphics/gnofract4d/Makefile +++ b/graphics/gnofract4d/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png USES= desktop-file-utils pathfix pkgconfig shared-mime-info -USE_GNOME= gnomeprefix intlhack libgnomeui lthack pygtk2 +USE_GNOME= gnomeprefix intlhack libgnomeui pygtk2 USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes |