diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-07-02 03:18:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-07-02 03:18:35 +0800 |
commit | e611fd9c48d093c546c2c5b641be829f7f6b9640 (patch) | |
tree | e76b604b1b6a6a08426114774735de0a1f70e230 /graphics | |
parent | e356ff9b239ad8067c77c152903b278665658469 (diff) | |
download | freebsd-ports-gnome-e611fd9c48d093c546c2c5b641be829f7f6b9640.tar.gz freebsd-ports-gnome-e611fd9c48d093c546c2c5b641be829f7f6b9640.tar.zst freebsd-ports-gnome-e611fd9c48d093c546c2c5b641be829f7f6b9640.zip |
- set also WITHOUT_XPM
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd-nox11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gd-nox11/Makefile b/graphics/gd-nox11/Makefile index 00c7919a2c2b..97548c9fc57a 100644 --- a/graphics/gd-nox11/Makefile +++ b/graphics/gd-nox11/Makefile @@ -11,6 +11,7 @@ PKGNAMESUFFIX= -nox11 MAINTAINER= dinoex@FreeBSD.org WITHOUT_X11= yes +WITHOUT_XPM= yes MASTERDIR?= ${.CURDIR}/../gd2 .if exists(${.CURDIR}/Makefile.local) |