diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-04-29 19:38:32 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-04-29 19:38:32 +0800 |
commit | dad9e95f2c765c63fe2a11ef5c814f856dc53332 (patch) | |
tree | cbef57300fb40424c4e77b14e2d8b4698c84a395 /graphics/gnofract4d | |
parent | b99cd52b97a2599d39c84a25d8a6219036873cdf (diff) | |
download | freebsd-ports-gnome-dad9e95f2c765c63fe2a11ef5c814f856dc53332.tar.gz freebsd-ports-gnome-dad9e95f2c765c63fe2a11ef5c814f856dc53332.tar.zst freebsd-ports-gnome-dad9e95f2c765c63fe2a11ef5c814f856dc53332.zip |
Re-add USE_X_PREFIX that I accidentally removed.
Reported by: krismail
Diagnosed by: pav
Approved by: pav (rent-a-mentor)
Diffstat (limited to 'graphics/gnofract4d')
-rw-r--r-- | graphics/gnofract4d/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile index ff6c2fbb7e1d..c8e537de9ab8 100644 --- a/graphics/gnofract4d/Makefile +++ b/graphics/gnofract4d/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Weird GNOME fractal generator +USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui lthack USE_PYTHON= yes USE_PYDISTUTILS=yes |