diff options
author | ade <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (patch) | |
tree | a06401f746a2c66d7519e13e47116450d2e2857d /graphics/gpaint | |
parent | 6bb45ee02a63914be3ecd530070d92541da9614b (diff) | |
download | FreeBSD-ports-6855df27735fc5f10d442e902a0e3b24e5c8f96d.zip FreeBSD-ports-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.gz |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Diffstat (limited to 'graphics/gpaint')
-rw-r--r-- | graphics/gpaint/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index e3d851c..0df29fb 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -13,9 +13,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - gnomeprint.13:${PORTSDIR}/print/gnomeprint - USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes |