diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-02-17 05:14:30 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-02-17 05:14:30 +0000 |
commit | 32034ca5594f8b082ce1e6c9385cb3566bc29c29 (patch) | |
tree | 4deba7d22875e27b2f82a7d05a3b4c7b81415a36 | |
parent | 7abf83937b0a95d70c3b8073f6941851899b17f5 (diff) | |
download | FreeBSD-ports-32034ca5594f8b082ce1e6c9385cb3566bc29c29.zip FreeBSD-ports-32034ca5594f8b082ce1e6c9385cb3566bc29c29.tar.gz |
- fix defaults
Reported by: Stephan Anft
-rw-r--r-- | graphics/gnustep-slideshow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gnustep-slideshow/Makefile b/graphics/gnustep-slideshow/Makefile index 96b2394..0714c69 100644 --- a/graphics/gnustep-slideshow/Makefile +++ b/graphics/gnustep-slideshow/Makefile @@ -28,6 +28,6 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes MAKEFILE= -SLIDESHOWKIT_PORT?= graphics/slideshowkit +SLIDESHOWKIT_PORT?= graphics/gnustep-slideshowkit .include <bsd.port.mk> |