diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-21 19:41:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-21 19:41:04 +0000 |
commit | 0f89c9b012c81787bbac58be3971220fb8bd4c0f (patch) | |
tree | ac43fe9e07001426a471d86ae4cb072ea501782d /graphics/Makefile | |
parent | c37f66bdcfe81ee664972e8c39db153610116c95 (diff) | |
download | ports-0f89c9b012c81787bbac58be3971220fb8bd4c0f.tar.gz ports-0f89c9b012c81787bbac58be3971220fb8bd4c0f.zip |
Notes
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f46af272feea..8ab8091ba342 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += zphoto SUBDIR += 4va SUBDIR += Cgraph @@ -428,7 +427,6 @@ SUBDIR += xmandel SUBDIR += xmedcon SUBDIR += xmfract - SUBDIR += xmms-avi SUBDIR += xmms-blursk SUBDIR += xmms-finespectrum SUBDIR += xmms-fishmatic @@ -462,5 +460,6 @@ SUBDIR += xwpick SUBDIR += xzgv SUBDIR += zimg + SUBDIR += zphoto .include <bsd.port.subdir.mk> |